home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / PRGMMING / PMW102.ZIP / UPDATES.DOC < prev   
Encoding:
Text File  |  1994-12-04  |  1.5 KB  |  46 lines

  1. ------------------------------------------------------------------------------
  2. ---------------------------- Updates to PMODE/W ------------------------------
  3. ------------------------------------------------------------------------------
  4.  
  5. PMODE/W v1.0:
  6. -------------
  7.  
  8. ) First release of PMODE/W.
  9.  
  10. PMODE/W v1.01:
  11. --------------
  12.  
  13. ) Now even smaller in size (less than 8k).
  14.  
  15. ) The DOS critical error handler is now included in the clean up process.
  16.  
  17. ) 32bit far pointer fixups are now supported (though we doubt they are used).
  18.  
  19. ) PMWSETUP updated to reflect the fact that the number of real mode callbacks
  20.   allocated cannot exceed 0FFh.
  21.  
  22. ) PMODEW.EXE will no longer crash the system if run by itself (though you
  23.   should not be doing that anyway because its pointless).
  24.  
  25. ) After that, we found a small bug in our INT 31h DOS memory block functions.
  26.   Needless to say, it is fixed now.
  27.  
  28. ) INT 21h function 49h zeroes the ES selector when that block is successfully
  29.   freed.
  30.  
  31. ) INT 21h function 48h now returns error codes correctly.
  32.  
  33. ) After all this, we were bored, so we hunted down and compensated for a
  34.   DOS/4GW and EMM386 bug. EMM386 trashed the high bits of ESP which DOS/4GW
  35.   was assuming to be cleared. This only means that now you can run DOS/4GW
  36.   successfully after a PMODE/W program.
  37.  
  38. PMODE/W v1.02:
  39. --------------
  40.  
  41. ) Maintenance release (documentation changes, added FAQ).
  42.  
  43. ) Changed the method of restoring real mode IRQ vectors upon program
  44.   termination.
  45.  
  46.